home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacWT 0.9 / wt Mac Source / Blit.h < prev    next >
Encoding:
Text File  |  1995-10-10  |  387 b   |  17 lines  |  [TEXT/CWIE]

  1. /*
  2. ** File:        Blit.h
  3. **
  4. ** Written by:    Bill Hayden
  5. **                Nikol Software
  6. **
  7. ** Copyright © 1995 Nikol Software
  8. ** All rights reserved.
  9. **
  10. ** Based on 'BlitCmp' code from Apple Computer, available on the develop 18 CD.
  11. */
  12.  
  13.  
  14. void InitBlit(PixMapPtr srcPM, PixMapPtr dstPM, Rect *srcRect, Rect *dstRect);
  15.  
  16. pascal void CopyBlit(PixMapPtr srcPM, PixMapPtr dstPM, Rect *srcRect, Rect *dstRect);
  17.